Description
Convert each page of a PDF into a picture. Returns Blob list of pictures.
Operation id | PDF.ConvertToPictures |
Category | Conversion |
Label | PDF: Convert to Pictures |
Requires | |
Since | |
Parameters
Signature
Inputs | document |
Outputs | bloblist |
Implementation Information
JSON Definition
{
"id" : "PDF.ConvertToPictures",
"label" : "PDF: Convert to Pictures",
"category" : "Conversion",
"requires" : null,
"description" : "Convert each page of a PDF into a picture. Returns Blob list of pictures.",
"url" : "PDF.ConvertToPictures",
"signature" : [ "document", "bloblist" ],
"params" : [ {
"name" : "fileName",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "password",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "xpath",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "file:content" ]
} ]
}